home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / shared.dxr / 00533.ls < prev    next >
Encoding:
Text File  |  1996-07-29  |  229 b   |  16 lines

  1. on enterFrame
  2.   set the movieRate of sprite 2 to 1
  3. end
  4.  
  5. on exitFrame
  6.   if the movieTime of sprite 2 > 0 then
  7.     go(the frame)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   set the movieRate of sprite 2 to 0
  13.   updateStage()
  14.   go(the frame + 1)
  15. end
  16.